home *** CD-ROM | disk | FTP | other *** search
/ Bath / Bath CDROM.iso / pc / BATH.DXR / Topbar_52.ls < prev    next >
Encoding:
Text File  |  2001-07-26  |  233 b   |  14 lines

  1. global count
  2.  
  3. on exitFrame
  4.   if (count > 150) and not soundBusy(1) then
  5.     sound(1).play(member("selectprompt", "sounds"))
  6.     count = -1
  7.   else
  8.     if count >= 0 then
  9.       count = count + 1
  10.     end if
  11.   end if
  12.   go(the frame)
  13. end
  14.